Method GetIdsWithAncestorsAsync<TProps>(List<long>)

Assembly: redb.Core.dll

Get IDs of all objects and their parents up to root through recursive CTE

public Task<List<long>> GetIdsWithAncestorsAsync<TProps>(List<long> filteredIds) where TProps : class, new()